#swiper2{
    font-size:0px;
    position:relative;
    width:1200px;
    height:302px;
    overflow:hidden;
}

#swiper2 .img-box2{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;

}
#swiper2 .img-box2 li{
    display: inline-block;
}
#swiper2 .img-box2 li img{
    width:100%;
    height:100%;
}
#swiper2 .btn2{
    position: absolute;
    top: 50%;
    width: 100%;
}

#swiper2 .btn2 a{
    position: absolute;
    width: 35px;
    height: 30px;
    text-align: center;
    margin-top: -15px;

}
#swiper2 .btn2 .prevBtn2{
    left: 0px;
}

#swiper2 .btn2 .nextBtn2{
    right: 0px;
}

#swiper2 .btn2 a span{
    display: inline-block;
    width: 10px;
    height: 20px;
    margin-top: 5px;
}

#swiper2 .btn2 .prevBtn2 span{
    background-image: url(./image/carousel2-pre.png);
    background-size: 100% 100%;
}

#swiper2 .btn2 .nextBtn2 span{
    background-image: url(./image/carousel2-next.png);
    background-size: 100% 100%;
}
#swiper2 .order2{
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

#swiper2 .order2 ul li{
    display: inline-block;
    width: 10px;
    height:10px;
    border-radius: 100%;
    margin: 3px 5px;
    background: #fff;
    cursor: pointer;
}

#swiper2 .order2 ul li.active{
    background: #2F77F1;
}


/* 传入的dom结构样式 */
.slider-show{
    width: 1120px;
    height: 302px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
}
.slider-show .content1-wrapper,
.slider-show .content2-wrapper,
.slider-show .content3-wrapper{
    width: 319px;
    height: 187px;
    display: flex;

}
.slider-show .content1,
.slider-show .content2,
.slider-show .content3{
    margin-left: 10px;
    height: 187px;
    position: relative;
}
.slider-show .img{
    width: 147px;
    height: 187px;
}
.slider-show .img img{
    width: 100%;
    height: 100%;
}
.slider-show .content-cate-name{
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding: 0 5px;
    position: absolute;
    top: 9px;
    /* margin-top: 9px; */
}
/* .slider-show .content1-wrapper .content-cate-name{
    border: 1px solid #2F77F1;
    color: #2F77F1;
}
.slider-show .content2-wrapper .content-cate-name{
    border: 1px solid #E46202;
    color: #E46202;
}
.slider-show .content3-wrapper .content-cate-name{
    border: 1px solid #26BD71;
    color: #26BD71;
} */
.slider-show .report-title{
    width: 162px;
    max-height: 72px;
    color: #303030;
    font-size: 18px;
    line-height: 24px;
    margin-top: 57px;
    /* position: absolute;
    top: 57px;
    z-index:10; */
    overflow: hidden;
    text-overflow: ellipsis;

}
.slider-show .report-name{
    width: 160px;
    color: #707070;
    font-size: 14px;
    position: absolute;
    bottom: 9px;
    z-index:10;
    /* margin-bottom: 9px; */
}

.content-cate-t{
    border: 1px solid  #2F77F1;
    color:  #2F77F1;
}
.content-cate-s{
    border: 1px solid #798DF9;
    color: #798DF9;
}
.content-cate-h{
    border: 1px solid  #26BD71;
    color:  #26BD71;
}
.content-cate-g{
    border: 1px solid#E46202;
    color:#E46202;
}
